crypto/tls.lruSessionCache.m (field)
8 uses
crypto/tls (current package)
common.go#L1665: m map[string]*list.Element
common.go#L1685: m: make(map[string]*list.Element),
common.go#L1697: if elem, ok := c.m[sessionKey]; ok {
common.go#L1700: delete(c.m, sessionKey)
common.go#L1711: c.m[sessionKey] = c.q.PushFront(entry)
common.go#L1717: delete(c.m, entry.sessionKey)
common.go#L1721: c.m[sessionKey] = elem
common.go#L1730: if elem, ok := c.m[sessionKey]; ok {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)